We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AEGISnetInc/TS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema elementFormDefault="qualified" version="1.0" targetNamespace="http://touchstone.aegis.net/api" xmlns="http://touchstone.aegis.net/api" xmlns:tns="http://touchstone.aegis.net/api" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="oAuth2GrantResponse" type="oAuth2GrantResponse"/>
<xs:complexType name="oAuth2GrantResponse">
<xs:complexContent>
<xs:extension base="tsRestResponse">
<xs:sequence>
<xs:element name="testExecURL" type="xs:string" minOccurs="0"/>
<xs:element name="testExecId" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="tsRestResponse">
<xs:sequence>
<xs:element name="error" type="xs:string" minOccurs="0"/>
<xs:element name="warning" type="xs:string" minOccurs="0"/>
<xs:element name="info" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>